adwaita: Remove a dead rule
authorTimm Bäder <mail@baedert.org>
Sat, 13 Jul 2019 16:08:45 +0000 (18:08 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 14 Jul 2019 08:08:04 +0000 (10:08 +0200)
GtkFileChooserButtons are called "filechooserbutton" these days, not
button.file

gtk/theme/Adwaita/_common.scss

index ae777dd66134fb8ad863b6f44eb90d008ffdb400..7a5b05d802a90003049bd652f45d2615d96bceec 100644 (file)
@@ -856,10 +856,10 @@ button {
   }
 
   // hide separators
-  &.font,
-  &.file { separator { background-color: transparent; }}
-
-  &.font { > box > box > label { font-weight: bold; }}
+  &.font{
+    separator { background-color: transparent; }
+    > box > box > label { font-weight: bold; }
+  }
 
   // inline-toolbar buttons
   .inline-toolbar & { @extend %linked; }